[emacs] make ibuffer-visit-buffer behave like ido-switch-to-buffer?
Posted
by Stephen
on Stack Overflow
See other posts from Stack Overflow
or by Stephen
Published on 2010-05-30T12:40:10Z
Indexed on
2010/05/30
12:42 UTC
Read the original article
Hit count: 305
emacs
|emacs-lisp
Is there a way to make ibuffer-visit-buffer behave like ido-switch-to-buffer (with raise-frame option)? If there is a window/frame containing the buffer I'd like emacs to take me there rather than opening the same buffer in the current window. I guess switch-to-buffer is remapped to ido-switch-to-buffer when ido-mode is turned on, so would doing something like that work in this case (remap ibuffer-visit-buffer to ido-switch-to-buffer)? Thanks
© Stack Overflow or respective owner